home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DELPHI / CODEAPP.ZIP / PRINTDLG.DFM / PRINTDLG.txt
Encoding:
Text File  |  1995-12-16  |  3.9 KB  |  199 lines

  1. object PRNformatDlg: TPRNformatDlg
  2.   Left = 280
  3.   Top = 112
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Print Format'
  7.   ClientHeight = 297
  8.   ClientWidth = 380
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 241
  20.     Height = 277
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object OKBtn: TBitBtn
  25.     Left = 288
  26.     Top = 24
  27.     Width = 77
  28.     Height = 27
  29.     TabOrder = 0
  30.     OnClick = OKBtnClick
  31.     Kind = bkOK
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object CancelBtn: TBitBtn
  37.     Left = 288
  38.     Top = 64
  39.     Width = 77
  40.     Height = 27
  41.     TabOrder = 1
  42.     Kind = bkCancel
  43.     Margin = 2
  44.     Spacing = -1
  45.     IsControl = True
  46.   end
  47.   object HelpBtn: TBitBtn
  48.     Left = 288
  49.     Top = 104
  50.     Width = 77
  51.     Height = 27
  52.     TabOrder = 2
  53.     OnClick = HelpBtnClick
  54.     Kind = bkHelp
  55.     Margin = 2
  56.     Spacing = -1
  57.     IsControl = True
  58.   end
  59.   object LineNumbering: TCheckBox
  60.     Left = 32
  61.     Top = 192
  62.     Width = 133
  63.     Height = 17
  64.     Caption = 'Number the Lines'
  65.     Font.Color = clBlack
  66.     Font.Height = -13
  67.     Font.Name = 'Arial'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.     TabOrder = 3
  71.   end
  72.   object PrintPitch: TRadioGroup
  73.     Left = 28
  74.     Top = 24
  75.     Width = 185
  76.     Height = 129
  77.     Caption = 'Print Pitch'
  78.     Items.Strings = (
  79.       ' 40 Columns  ( 5 CPI)'
  80.       ' 80 Columns  (10 CPI)'
  81.       '132 Columns (16.67 CPI)'
  82.       '160 Columns (20 CPI)')
  83.     TabOrder = 4
  84.   end
  85.   object HasTitle: TCheckBox
  86.     Left = 32
  87.     Top = 256
  88.     Width = 185
  89.     Height = 17
  90.     Caption = 'Formatted (Header/Footer)'
  91.     Font.Color = clBlack
  92.     Font.Height = -13
  93.     Font.Name = 'Arial'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.     TabOrder = 5
  97.     OnClick = HasTitleClick
  98.   end
  99.   object LastPageFirst: TCheckBox
  100.     Left = 32
  101.     Top = 224
  102.     Width = 177
  103.     Height = 17
  104.     Caption = 'Reverse Print Pages'
  105.     Font.Color = clBlack
  106.     Font.Height = -13
  107.     Font.Name = 'Arial'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     TabOrder = 6
  111.   end
  112.   object GroupBox1: TGroupBox
  113.     Left = 256
  114.     Top = 156
  115.     Width = 113
  116.     Height = 129
  117.     Caption = 'Page Range:'
  118.     TabOrder = 7
  119.     object Label2: TLabel
  120.       Left = 12
  121.       Top = 32
  122.       Width = 31
  123.       Height = 16
  124.       Caption = 'First:'
  125.       Font.Color = clBlack
  126.       Font.Height = -13
  127.       Font.Name = 'Arial'
  128.       Font.Style = [fsBold]
  129.       ParentFont = False
  130.     end
  131.     object Label3: TLabel
  132.       Left = 12
  133.       Top = 72
  134.       Width = 30
  135.       Height = 16
  136.       Caption = 'Last:'
  137.       Font.Color = clBlack
  138.       Font.Height = -13
  139.       Font.Name = 'Arial'
  140.       Font.Style = [fsBold]
  141.       ParentFont = False
  142.     end
  143.     object LinesLabel: TLabel
  144.       Left = 8
  145.       Top = 108
  146.       Width = 97
  147.       Height = 15
  148.       Caption = 'LinesLabel'
  149.       Color = clWhite
  150.       Font.Color = clNavy
  151.       Font.Height = -12
  152.       Font.Name = 'Arial'
  153.       Font.Style = [fsBold]
  154.       ParentColor = False
  155.       ParentFont = False
  156.     end
  157.     object SpinEditLast: TSpinEdit
  158.       Left = 46
  159.       Top = 71
  160.       Width = 47
  161.       Height = 22
  162.       EditorEnabled = False
  163.       MaxValue = 0
  164.       MinValue = 0
  165.       TabOrder = 0
  166.       Value = 1
  167.       OnChange = SpinEditLastChange
  168.     end
  169.     object SpinEditFirst: TSpinEdit
  170.       Left = 46
  171.       Top = 31
  172.       Width = 47
  173.       Height = 22
  174.       EditorEnabled = False
  175.       MaxValue = 0
  176.       MinValue = 0
  177.       TabOrder = 1
  178.       Value = 1
  179.       OnChange = SpinEditFirstChange
  180.     end
  181.   end
  182.   object Panel2: TPanel
  183.     Left = 28
  184.     Top = 152
  185.     Width = 185
  186.     Height = 25
  187.     TabOrder = 8
  188.     object AutoWidth: TCheckBox
  189.       Left = 4
  190.       Top = 4
  191.       Width = 161
  192.       Height = 17
  193.       Caption = 'Auto-Size Pitch'
  194.       TabOrder = 0
  195.       OnClick = AutoWidthClick
  196.     end
  197.   end
  198. end
  199.